home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / fan_120.zip / FAN.CFG next >
Text File  |  1992-09-19  |  10KB  |  329 lines

  1. ;
  2. ; FAN (File Announcement Utility) Configuration file
  3. ; ----------------------------------------------------------------------
  4.  
  5. ; The following commands MUST be defined.
  6. ; ======================================================================
  7.  
  8. Address         1:170/110.0         ; Primary default node address in
  9.                                     ; [<zone>]:<net>/<node>[.<point>] format.
  10.                                     ; Zone defaults to 1, point to 0 if not
  11.                                     ; specified.
  12.  
  13. InboundPath     c:\binkley\inbound  ; Incoming files and mail directory
  14.  
  15. ; The following commands are optional.
  16. ; ======================================================================
  17.  
  18. OriginLine      LiveNet!  Tulsa's OS/2 Warehouse.  918-481-5715
  19.                                         ; If OriginLine is not specified, it
  20.                                         ; will default to:
  21.                                         ;   * Origin: (Zone:Net/Node)
  22.  
  23. NoQuiet                                 ; [No]Quiet - Prevents output to
  24.                                         ; standard out (the screen, normally)
  25.                                         ; except for the logo.
  26.  
  27. TossLogFile     c:\bbs\fan\fantoss.log  ; If .PKT's are created, the tag name
  28.                                         ; for each message area will be added to
  29.                                         ; this file.  This file name can
  30.                                         ; then be used for many tosser/scanner
  31.                                         ; programs.
  32.  
  33. ;
  34. ; Month names
  35. ;
  36. ; The month names are used both in the log file and announcement text.  To
  37. ; accomodate different languages, they can be defined here.  If not defined,
  38. ; the english 3 letter month abbreviates will be used.  Each month name
  39. ; must be separted by a comma or space, and must be declared all on one
  40. ; line.  Only one list should be defined.
  41. ;
  42.  
  43.   Months  Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  44. ; Months  Jan, Fév, Mar, Avr, Mai, Jun, Jui, Aoû, Sep, Oct, Nov, Déc
  45.  
  46. ; If FILESBBS_FileName is defined, then this file will also be searched
  47. ; for new incoming files to announce, in addition to any .TIC files in the
  48. ; inbound directory.  The format of each line in the FILESBBS file is:
  49. ;
  50. ;   FileName FileDescription
  51. ;
  52. ; FILESBBS_Files is the directory in which the actual files reside.
  53. ;
  54. ; FILESBBS_AnnounceName is the name to use in the Announcement
  55. ; Definition below when referring to new files found in the Files.BBS.
  56. ;
  57. ; If this option is used, ALL FILESBBS_xxxxx statements must be
  58. ; defined, and in the order of _FileName, _Files, and then _AnnounceName.
  59. ;
  60. ; Up to 40 Files.BBS files may be defined.
  61.  
  62. FILESBBS_FileName       c:\max\files\os2new\files.bbs
  63. FILESBBS_Files          c:\max\files\os2new
  64. FILESBBS_AnnounceName   LIVENETOS2
  65.  
  66. FILESBBS_FileName       c:\max\files\newup\files.bbs
  67. FILESBBS_Files          c:\max\files\newup
  68. FILESBBS_AnnounceName   NEWGENFILES
  69.  
  70. ; AnnounceList contains a list of all the files that have been announced,
  71. ; one file name per line.
  72. ;
  73. ; It is a good idea to define this if using FILESBBS statement.  It
  74. ; will be checked to prevent duplicate announcements if you haven't had
  75. ; a chance to move the files from your "newup" areas since the last
  76. ; run of FAN.
  77. ;
  78. ; It can be deleted periodically if it grows too large.
  79.  
  80. AnnounceList    c:\bbs\fan\announce.lst
  81.  
  82. ;
  83. ; Logging definitions
  84. ;
  85. ; Log messages are ranked between 1 to 4, where 1 is the most important
  86. ; type of message (usually a fatal error of some sort), and 4 is the
  87. ; most extraneous (an informational message of some sort).  This gives
  88. ; you control over how verbose to make the status log.
  89. ;
  90. ; Each message in the log file is preceded by a special symbol indicating
  91. ; it's level of importance as follows:
  92. ;
  93. ;       LogLevel  Characters That Precede Included Entries
  94. ;
  95. ;           1      !
  96. ;           2      *
  97. ;           3      +
  98. ;           4      :
  99. ;
  100.  
  101. Log                             ; [No]Log - Log process information to log
  102.                                 ; file
  103.  
  104. LogLevel    4                   ; Level of logging where 1 is the most minimal
  105.                                 ; amount of information, and 4 is the most
  106.                                 ; detailed.
  107.  
  108. LogFile c:\bbs\logs\fan.log     ; Name of the log file (MUST be defined to
  109.                                 ; use the logging feature.)  There is no
  110.                                 ; default.
  111.  
  112. ;
  113. ; The following templates can be defined to act as default values for all
  114. ; Announcement Definitions, or they can be individually specifed in
  115. ; each Announcement Definition below.
  116. ;
  117. ; Templates can be used to customize the actual appearance of the
  118. ; announcement.  Various macros can be used in the template itself.
  119. ;
  120. ; Valid macros for all templates (PREFIX, FILE, and SUFFIX) are as follows:
  121. ;
  122. ;   %d  : the current date of the announcement (in "DD MMM YY" format)
  123. ;   %t  : the current time of the announcement (in "HH:MM:SS" format)
  124. ;
  125. ; Valid macros for the FILE prefix are as follows:
  126. ;
  127. ;   %f  : the name of the file received
  128. ;   %b  : the size of the file in bytes
  129. ;   %k  : the size of the file in Kilobytes
  130. ;   %a  : the file distribution area tag name
  131. ;   %o  : the address where the file originated
  132. ;   %x  : the complete description of the file (can be up to 1024 characters)
  133. ;
  134. ; The description can also include a left and right margin in the following
  135. ; format:
  136. ;
  137. ;   %[left_margin:right_margin]x
  138. ;
  139. ; For example--if you defined the following:
  140. ;
  141. ; Description: %13:78x
  142. ;
  143. ; The descriptive line(s) would format the text so that it would be aligned
  144. ; on the 13th character position for the left margin, and automatically wrap
  145. ; words before the right margin of the 78th character position.  This
  146. ; enhances the readability of the description for long file descriptions.
  147. ;
  148. ; The above example would appear as follows:
  149. ;
  150. ; Description: This is a file description that is so long that it will wrap
  151. ;              around to the left margin.
  152. ;
  153. ; See the included file LOCAL.TPL for an example of actual usage.
  154. ;
  155.  
  156. PrefixTemplate  PREFIX.TPL          ; Template used at beginning of message
  157. FileTemplate    FILE.TPL            ; Template used to announce each
  158.                                     ; specific file received
  159. ; SuffixTemplate  SUFFIX.TPL        ; Template used at end of message
  160.  
  161.  
  162. ; Specific Announcenment Area Definitions
  163. ; ======================================================================
  164.  
  165. ; Each announcement definition starts with "AreaName".  Each definition is
  166. ; fully self contained, and does not relate to other definitions in any
  167. ; way.
  168. ;
  169. ; Defaults values are as follows:
  170. ;
  171. ;   AreaAddress :   [Default Primary Address defined at top of file]
  172. ;   From        :   File Announcer
  173. ;   To          :   All
  174. ;   Subj        :   Files received for distribution
  175. ;   Attributes  :   L
  176. ;
  177. ; Attributes can be any combination of the following:
  178. ;
  179. ;       P = Private
  180. ;       C = Crash
  181. ;       H = Hold
  182. ;       K = Kill/Sent
  183. ;       L = Local
  184. ;
  185. ; Do not separate attributes with spaces.  For example, to mark a message
  186. ; as Hold, Private, and Local, use "HPL".  Order is not significant.
  187. ;
  188. ; Some tosser/scanners need the Local flag set to indicate that the
  189. ; message originated from your machine.
  190. ;
  191.  
  192. ;
  193. ; Announcements for Sysop170
  194. ; --------------------------
  195.  
  196. AreaName        SYSOP170
  197.  
  198. From            Dave Fisher
  199. To              All Net 170 Sysops
  200. Subj            New OS/2 files received via OS2NEW (Fernwood)
  201. Attributes      L
  202.  
  203. SuffixTemplate  SYSOP170.TPL
  204.  
  205. Announce        OS2NEW
  206.  
  207. ; Other OS/2 files I pull in
  208.  
  209. AreaName        SYSOP170
  210.  
  211. From            Dave Fisher
  212. To              All Net 170 Sysops
  213. Subj            New OS/2 files received for distribution
  214. Attributes      L
  215.  
  216. Announce        LIVENETOS2
  217.  
  218. ; ibmNET files
  219.  
  220. AreaName        SYSOP170
  221.  
  222. From            Dave Fisher
  223. To              All Net 170 Sysops
  224. Subj            New OS/2 files received via ibmNET
  225. Attributes      L
  226.  
  227. Announce        GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
  228. Announce        OS2PROG OS2REXX HOTNEWS
  229.  
  230.  
  231. ;
  232. ; Announcements for Tulsa-Files
  233. ; -----------------------------
  234.  
  235. AreaName        TULSA-FILES
  236.  
  237. From            Dave Fisher
  238. To              All Tulsa Sysops
  239. Subj            New OS/2 files received via OS2NEW (Fernwood)
  240. Attributes      L
  241.  
  242. Announce        OS2NEW
  243.  
  244. ; Other OS/2 files I pull in
  245.  
  246. AreaName        TULSA-FILES
  247.  
  248. From            Dave Fisher
  249. To              All Tulsa Sysops
  250. Subj            New OS/2 files received for distribution
  251. Attributes      L
  252.  
  253. Announce        LIVENETOS2
  254.  
  255. ; ibmNET files
  256.  
  257. AreaName        TULSA-FILES
  258.  
  259. From            Dave Fisher
  260. To              All Tulsa Sysops
  261. Subj            New OS/2 files received via ibmNET
  262. Attributes      L
  263.  
  264. Announce        GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
  265. Announce        OS2PROG OS2REXX HOTNEWS
  266.  
  267. ;
  268. ; Local announcement area
  269. ; -----------------------
  270.  
  271. AreaName        LOCAL
  272.  
  273. From            Dave Fisher
  274. To              All
  275. Subj            New file(s) received via SDS/SDN
  276. Attributes      L
  277.  
  278. Announce        SDSMAX SDSOS2 SDSBINK SDSFIDO NEWSLETR
  279. Announce        PDNOS2 PDNNEWS PDNCEE
  280.  
  281. ; Fernwood and other OS/2 files
  282.  
  283. AreaName        LOCAL
  284.  
  285. From            Dave Fisher
  286. To              All
  287. Subj            New OS/2 files available for downloading
  288. Attributes      L
  289.  
  290. FileTemplate    LOCAL.TPL
  291.  
  292. Announce        OS2NEW LIVENETOS2
  293.  
  294. ; ibmNET files
  295.  
  296. AreaName        LOCAL
  297.  
  298. From            Dave Fisher
  299. To              All
  300. Subj            New OS/2 files received via ibmNET
  301. Attributes      L
  302.  
  303. Announce        GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
  304. Announce        OS2PROG OS2REXX HOTNEWS
  305.  
  306. ; ibmNET private file area
  307.  
  308. AreaName        LOCAL
  309.  
  310. From            Dave Fisher
  311. To              All
  312. Subj            ibmNET private files received
  313. Attributes      LP
  314.  
  315. Announce        IBMNET
  316.  
  317. ; General files
  318.  
  319. AreaName        LOCAL
  320.  
  321. From            Dave Fisher
  322. To              All
  323. Subj            Newly uploaded general files
  324. Attributes      L
  325.  
  326. FileTemplate    LOCAL.TPL
  327.  
  328. Announce        NEWGENFILES
  329.